extensions/cairo: replace hard-coded LUT with runtime LUT
authorØyvind Kolås <pippin@gimp.org>
Wed, 16 Nov 2016 18:27:28 +0000 (19:27 +0100)
committerØyvind Kolås <pippin@gimp.org>
Wed, 16 Nov 2016 18:27:34 +0000 (19:27 +0100)
commit529df8ecc41462032da405a4f1bc63f5773e9d2b
tree5fcbea28ca0be3b534cb27fc761300e147beceb5
parent5078e8d512c8e695f218595f7939065b02cba955
extensions/cairo: replace hard-coded LUT with runtime LUT

The LUT needed recomputation anyways, doing it at runtime permits easier
tweaking. This results in better precision for the fast path than the
existing table.
extensions/Makefile.am
extensions/cairo-tables.h [deleted file]
extensions/cairo.c